File: n_dda.sru
Size: 343
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension DynamicDescriptionArea class
forward
global type n_dda from pfc_n_dda
end type
end forward

global type n_dda from pfc_n_dda
end type
global n_dda n_dda

on n_dda.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_dda.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on